home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************************/
- /* MainCloseProc */
- /************************************************************************************/
-
- #include "MyHeaders.h"
-
- short MainCloseProc ()
- {
- short MCRetCode = 0;
-
- windSub = 0; /* 5.1.2 reset subscript */
-
- CloseWindow((windTbl[windSub]).windPtr); /* 5.1.2 close main window */
- (windTbl[windSub]).windPtr = 0; /* 5.1.2 indicate closed */
-
- return MCRetCode;
-
- }
-